home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 September / Macworld (1997-09).dmg / Shareware World / Comms & Internet / PictServerPro / PictServerPro ReadMe < prev    next >
Text File  |  1997-06-24  |  4KB  |  93 lines

  1. PictServerPro 1.0.1
  2.  
  3. ©1997 PLR Software, Inc.
  4. Written By Michael Jimenez
  5.  
  6.  
  7. What is PictServerPro
  8. ---------------------------------------------------------------------------
  9. PictServerPro is an ACGI application that runs on your WebStar™ compatible
  10. web server. It works by either setting up suffix maps of PICT, TIFF, EPSF, 
  11. and Movie files, or processing HTML forms so that they are processed by 
  12. PictServerPro before being returned to the clients.
  13.  
  14.  
  15. What Does It Do
  16. ---------------------------------------------------------------------------
  17. PictServerPro converts PICT, TIFF, EPSF Previews, and Movie Poster Frames
  18. to JPEG's, GIF's or Interlaced GIF's on the fly when requested by a client 
  19. of your web server. No actual conversion of the files is done on disk -- 
  20. the original image is not affected in any way.
  21.  
  22. The list of supported file types and corresponding suffixes is as
  23. follows:
  24.  
  25. Suffix     File Type         What happens to it?
  26. ---------------------------------------------------------------------------
  27. .PICT      PICT File         Converted to JPEG using QuickTime.
  28. .PITN      PICT File         Converted as .PICT files are, but then made
  29.                              into a thumbnail image.
  30. .PICG      PICT File         Converted to GIF using QuickTime.
  31. .PTNG      PICT File         Converted as .PICG files are, but then made
  32.                              into a thumbnail image.
  33. .TIFF      RGB/BW TIFF File  Converted into a JPEG image.
  34. .TFTN      RGB/BW TIFF File  Converted into a JPEG image then a thumbnail.
  35. .TIFG      RGB/BW TIFF File  Converted into a GIF image.
  36. .TTNG      RGB/BW TIFF File  Converted into a GIF image then a thumbnail.
  37. .EPSF      EPSF File         The PICT preview is converted to a JPEG.
  38. .EPSG      EPSF File         The PICT preview is converted to a GIF.
  39. .MOVJ      QT Movie File     The movie's poster frame is made into a JPEG.
  40. .MVTN      QT Movie File     The movie's poster frame is made into a 
  41.                              thumbnail and then into a JPEG.
  42. .MOVG      QT Movie File     The movie's poster frame is made into a GIF.
  43. .MTNG      QT Movie File     The movie's poster frame is made into a 
  44.                              thumbnail and then into a GIF.
  45.  
  46.  
  47. How Do I Use It
  48. ---------------------------------------------------------------------------
  49. A sample reference to a PICT file from within an HTML file might look like:
  50. <img src="mypicture.pict">
  51.  
  52. You can also reference the images directly from the URL:
  53. http://www.mycompany.com/mypicture.pict
  54.  
  55. You can also send HTML forms to PictServerPro and have it serve images
  56. based on data in certain fields of the form. The two main fields are
  57. "FileName" and "DefaultPath". By putting a valid name in the field named
  58. "FileName" and it's full path in "DefaultPath", the image will be returned.
  59. You can use "[[SERVERPATH]]" in the "DefaultPath" field to have
  60. PictServerPro start the path at the WebServer's root directory. An example
  61. might be - "[[SERVERPATH]]Images:" and "mypicture.pict". You can also set
  62. PictServerPro up to ignore suffixes and use the MacOS file types. This
  63. is especially useful when using HTML forms.
  64.  
  65. All field names and suffixes can be changed to whatever suits your needs
  66. best.
  67.  
  68.  
  69. How Do I Register PictServerPro
  70. ---------------------------------------------------------------------------
  71. PictServerPro is not free, it is US$79. Please use the enclosed "Register"
  72. program to register the program. Fill out the name, address, and number of
  73. copies you wish to register. Save or Copy or Print the data from the
  74. program and send it along with your payment to Kagi. Kagi handles my
  75. payment processing. If you are paying by check or money order for US$, you
  76. can optionally make the check out to "PLR Software" and send the
  77. information and payment to us directly at:
  78.  
  79. PictServerPro Registration
  80. PLR Software, Inc.
  81. P.O. Box 420706
  82. Atlanta, GA 30342
  83. USA
  84.  
  85. ALL other types of payment MUST be sent to KAGI. Any non-check or money
  86. order payments received by us will be returned.
  87.  
  88.  
  89. Please forward any questions or problems you may have with PictServerPro
  90. to help@plr.com.
  91.  
  92. Feel free to visit our web site at <http://www.plr.com>.
  93.